Release 10.1A: OpenEdge Application Server:
Developing AppServer Applications
Steps for accessing AppServer resources
![]()
To allow your client application to access and use an AppServer or application service:
- Create a server object handle.
- Use the
CONNECT( )method on the server object handle to physically connect an AppServer instance or logically connect an application service.- Invoke remote procedure requests using the
RUNstatement and remote user-defined function requests, as provided by the application service. Delete any proxy procedure object handles to remote persistent procedures as they are no longer needed.- When all remote requests to the AppServer or application service have completed, use the
DISCONNECT( )method on the server object handle to disconnect the client application from the AppServer or application service.- Delete the server object handle.
The remainder of this chapter provides more information and code examples for each step in this process.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |